home *** CD-ROM | disk | FTP | other *** search
- ; Global Effect
- ; -------------
- ;
- ; IconX Workbench run script.
- ; 1.3/2.04/2.1 compatible, using 1.3.2 System Files.
- ;
- ; Gamma-Release version 22-Mar 92 for 10.74
- ;
- ; (C) Copyright Toby W.Simpson, Millennium Interactive Ltd., 1992
- ; ALL RIGHTS RESERVED
- ;
- failat 30
- stack 7000
-
- status >env:process command=copper
- break <env:process >nil: ?
- delete env:process ; Ensure no copper process.
-
- cd global_disk1:
-
- echo "Global Effect Loading .... " NOLINE
-
- path global_disk1:c add
-
- dir >nil: ram:
-
- if not exists ram:env
- makedir >nil: ram:env
- endif
-
- if not exists ram:t
- makedir >nil: ram:t
- endif
-
- run >nil: <nil: global_disk1:c/copper
-
- assign env: ram:env
- assign t: ram:t
-
- global_disk1:c/startup ; Build script and get language/VM
-
- execute env:runcommand
- delete env:runcommand
-
- status >env:process command=copper
- break <env:process >nil: ?
- delete env:process ; Remove the copper list stabiliser.
-
- echo "Game complete - Returning to Workbench."
-